go/types.Context.lookup (method)

2 uses

	go/types (current package)
		context.go#L90: func (ctxt *Context) lookup(h string, orig Type, targs []Type) Type {
		instantiate.go#L126: 		if inst := ctxt.lookup(hashes[i], orig, targs); inst != nil {